html * {
  font-family: Georgia !important;
}

.erweima {
  width: 100px;
  height: 100px;
  display: none;
}

.erweima img {
  width: 100px;
  height: 100px;
}

.mobile {
  width: 100%;
  position: absolute;
  height: 42px;
  display: none;
  top: 20px;
  right: 0;
  z-index: 99
}

.mobile-inner-header {
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2
}

.mobile-inner-header-icon {
  color: #ffffff;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);
  width: 25px;
  height: 2px;
  background-color: #fff;
}

/*.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
*/
.mobile-inner-header-icon-click {
  /* right: 10%; */
}

.mobileLink {
  /* display: none; */
  padding: 10px 0;
}

.mobileLink dd {
  line-height: 20px;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 35px;
}

.mobileLink dd a {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  width: auto;
  position: relative;
  line-height: 24px;
  font-size: 12px;
}

.mobileLink a:before {
  opacity: 0.2;
}

.mobile-inner-header-icon {
  color: #fff;
  height: 31px;
  text-align: left;
  float: right;
  width: 50px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  font-weight: bold;
  text-align: right;
}

.mobileLink a:last-child:before {
  display: none;
}

.mobile-inner-header-icon-out span {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);

  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav {
  width: 100%;
  position: absolute;
  top: -60px;
  left: 0px;
  padding-top: 120px;
  padding-bottom: 25px;
  display: none;
}

.black_bg01, .mobile_bg02 {
  position: fixed;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
  filter: alpha(opacity=70);
  z-index: 90;
}

.mobile_bg02 {
  background: #008E68;
  /* background: -webkit-linear-gradient(left, #00a2e6, #f9a74a); */
  /* Safari 5.1 - 6.0 */
  /* background: -o-linear-gradient(right, #00a2e6, #f9a74a); */
  /* Opera 11.1 - 12.0 */
  /* background: -moz-linear-gradient(right, #00a2e6, #f9a74a); */
  /* Firefox 3.6 - 15 */
  /* background: linear-gradient(to right, #00a2e6, #f9a74a); */
  /* 鏍囧噯鐨勮娉� */
  opacity: 1;
  top: 0;

}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  color: #fff;
}

.mobile-inner-nav li a:before, .mobile_search:before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}

.mobile-inner-nav ul {
  margin: 0 auto;
  padding: 0px;
  /* width: 80%; */
}

.mobile-inner-nav li {
  position: relative;
  padding: 0 20px;
  list-style: none;
}

.mobile-inner-nav li a {
  text-indent: 15px;
}

.mobile-inner-nav li strong {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 20px;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-inner-nav a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.mobile_subNav {
  display: none;
  padding-left: 10px;
  opacity: 0.5
}

.mobile-inner-nav li dd a {
  font-size: 14px;
  opacity: 0.6;
  height: 35px;
  line-height: 35px;
}

.mobile_search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px auto 0;
  border-radius: 30px;
  overflow: hidden;
  width: 80%;
  display: none;
}

.mobile_search input.notxt {
  width: 90%;
  color: #fff;
  margin-left: 55px;
  border: none;
}

.mobile_search input.notxt1 {
  width: 55px;
  background-color: #fff;
  right: auto;
  left: 0;
  background: url(../fonts/searchbtn.svg) no-repeat center center;
  border: none;
}

.carousel-img {
  /* height: 700px; */
  /* min-height: 400px; */
  width: 100%;
  /* min-width: 1080px; */
}

.home_color {
  color: #FFCC00;
}


.gap-top {
  top: 50px;
}

.bg-pic {
  height: 560px;
  min-height: 400px;
  background-size: cover;
  background-image: url('../images/bg2.png');
}

.bg-mid {
  height: 560px;
  min-height: 400px;
  background-size: cover;
  background-image: url('../images/bg-mid-1.png');
}

.head-link a {
  color: #f2f2f2;
  text-decoration: none;
  margin: 0 10px;
}

.head-link a:hover {
  background-color: rgb(255 255 255 / 21%);
  color: rgb(235, 225, 225);
}


.hidden-spacer {
  height: 56px
}

.navbar-nav {
  padding-left: 80px
}

.nav-item {
  padding-left: 40px
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar .nav-item .nav-link {
    color: #fff;
  }

  .navbar .nav-item:hover .nav-link {
    color: rgb(196, 201, 198);
    border-bottom: 2px solid white;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 0.66;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .nav-item .dropdown-menu a:hover {
    color: #198754
  }
}

.test-text {
  color: #FFCC00;
  margin-top: 400px;
}

.carousel-caption-about {
  position: absolute;
  /*left: 41%;*/
  left: 10%;
  bottom: 1.25rem;
  top: 30%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 80%;
}


.carousel-text {
  margin-bottom: 30px;
  font-size: 2rem
}


.carousel-caption-mid {
  top: 30px;
}

.carousel-card {
  width: 276px;
  height: 210px;
  opacity: 0.76;
}

.carousel-caption-footer {
  top: 30px;
  right: 45%
}

.carousel-caption-player {
  bottom: 35%;
  left: 70%
}

.carousel-caption-button {
  bottom: 27%;
  left: 70%
}

.carousel-top-text {
  margin-top: 30px;
}


.hover {
  overflow: hidden;
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  background-color: #198754;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.hover:hover .overlay {
  height: 100%;
}

.text {
  font-family: Georgia;
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.btn-link-white {
  color: #FFFFFF;
}

.footer-yellow {
  color: #FFCC00
}

.footer-logo {
  margin-top: -10px;
  margin-bottom: 20px;
}

.footer-green {
  padding: 50px 0;
  color: #FFFFFF;
  background-color: #274940;
}

.footer-green h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-green ul {
  padding: 0;
  list-style: none;
  line-height: 2.0;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-green ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-green ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-green .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }

  .erweima {
    margin: 0 auto;
  }
}

.footer-green .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-green .item.text {
    margin-bottom: 0;
  }
}

.footer-green .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-green .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-green .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-green .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-green .item.social>a:hover {
  opacity: 0.9;
}

.footer-green .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.notice_date {
  background: #008E68;
  color: white;
}

footer .col-1 img, footer .col-2 img {
  width: 100%;
}

footer .row {
  margin: 0px
}

footer .col-1 {
  padding: 0px;
  display: inline-block;
}

footer .col-2 {
  display: inline-block;
}

.footer_logo {
  width: auto;
  float: left;
  vertical-align: middle;
}

.footer_logo {
  width: 330px;
  float: left;
}

.footer_logo>div {
  display: inline-block;
}

.footer_logo>div img {
  width: 100%;
}

@media screen and (max-width:1600px) {
  .navbar-nav {
    margin: 0px;
    padding: 0px;
  }
}

@media screen and (max-width:1500px) {
  .container {
    width: 80%;
  }

  .navbar-brand {
    display: block !important;
    float: left;

  }

  .navbar-brand img {
    width: 260px;
    height: auto;
  }

  .navbar-expand-sm .navbar-collapse {
    display: block !important;
    float: right;
  }

  .navbar-nav {
    padding-left: 0px;
    margin: 0px;
  }

  .nav-item {
    /* padding-left: 0px; */
  }

}

@media screen and (max-width:1023px) {
  .footer_logo {
    width: 100%;
    float: none;
  }

  /* .bg-success {
    display: none;
  } */
  .header_link {
    display: none;
  }

  #nav {
    display: none;
  }

  .mobile {
    display: block;
  }

  .logo {
    width: 50%;
    float: left;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  footer .mt-4 .item:last-child {
    display: none;
  }

  .footer-green {
    padding: 0px !important;
  }

  .link {}
}

@media screen and (max-width:768px) {
  .footer_logo>div {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
  }

  .footer_logo img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
  }
}